home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
comm
/
mail
/
AEMail230.lha
/
aemail230
/
arexx
/
AEMAIL_TOFRONT.readme
< prev
next >
Wrap
Text File
|
1999-02-28
|
2KB
|
78 lines
AEMAIL_TOFRONT.readme
THIS SCRIPT WILL RUN ON BOTH REGISTERED AND UNREGISTERED COPIES OF AEMAIL
This script is a small, simple script to be used by browsers that open on
the Workbench to bring the AEMail screen to the front and to close the
browser.
This script will work with both IBROWSE and AWEB. It determines
which AREXX port your browser is using by the statement:
wwwport = ADDRESS()
AWEB returns the correct port address, but, IBROWSE, unfortunately returns
"REXX". The port name needs to be changed to "IBROWSE"
HOW TO IMPLEMENT
----------------
If you are using IBROWSE:
Activate the "Preferences/General" menu item.
Call up the "Rexx:" tab.
Click on "Add"
Enter a short name that you want your ARexx script to be called by in
the "Name" field.
Enter the full path name of the AEMAIL_TOFRONT.aem script in the
"Macro" field. You can use the file folder glyph to call up a file
requester to find it.
Then click on "OK". If a menu item called "Rexx" is not already there
it will be created and the short name added to it.
If you are using AWEB:
Activate the "Settings/Change Settings" menu.
Select "ARexx Macro Menu"
Click on "Add"
Enter a short name that you want your ARexx script to be called by in
the "Title" field. Be sure an hit RETURN. The title will appear
in the listview.
If you want a shortcut key, select one.
Enter the full path name of the AEMAIL_TOFRONT.aem script in the
"Macro" field. You can use the file folder glyph to call up a file
requester to find it.
Then click on "Save". The short title and shortcut key will appear in
the ARexx menu.
HOW TO USE
----------
After viewing your HTML document, bring down the "Rexx" or "Arexx" menu and
click on the name or title that you gave the ARexx script. With AWeb, you
can also use the shortcut key.
This script is save to use if AEMail is not loaded. In this case the
browser will quit without asking you to confirm.
If you want your browser to remain in the background, but still bring the
AEMail screen to the front, remove the statements:
ADDRESS VALUE wwwport
"QUIT FORCE"